﻿


body {
    /*background-color: #f8f8f8;*/
}

a {
    color: #333;
}

    a:hover {
        color: #17787E;
    }

section {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    section {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

section h2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.c-feigoo2 {
    color: #FF7404;
}

.c-feigoo {
    color: #FF7404;
}

.c-feigoogreen {
    color: #17787E;
}

.c-feigoo-0 {
    background-color: #17787E;
    color: #fff;
}

.bg-goba {
    background-color: #FF7404;
}

.bg-goba2 {
    background-color: #17787E;
}


.btn-custmore {
    color: #999;
    background-color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    border: solid 1px #999;
}

    .btn-custmore:hover, .btn-warning:focus, .btn-warning:active, .active.btn-warning {
        color: #fff;
        background-color: #17787E;
        border-color: #17787E;
        text-decoration: none;
    }



.parting-line {
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: left;
}

.header {
    background-color: #17787E;
}

.sect-sp {
    background-color: #f7f7f7;
}

.current {
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 20px;
}

.banner-page {
    margin-top: 70px;
    width: 100%;
    height: 420px;
    background: url('../images/banner/7.jpg') no-repeat center bottom;
}



.branch {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.currcity {
    font-size: 14px;
    text-decoration: none;
}

.cityland {
    position: absolute;
    top: 29px;
    left: 10px;
    width: 420px;
    background-color: #fff;
    padding: 15px 15px;
    display: none;
    border: solid 1px #ddd;
    border-radius: 15px;
    z-index: 10;
}

    .cityland ul li {
        font-size: 14px;
        text-decoration: none;
        line-height: 30px;
        padding-left: 5px;
        padding-right: 5px;
    }


.navbar {
    position: relative;
    z-index: 1030;
    height: 110px;
}

.navbar-black {
    background-color: #222;
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

.navtop {
    border-bottom: solid #ddd 1px;
    background-color: #f3f2f2;
    line-height: 28px;
    font-size: 14px;
}

/*logo*/
.logo {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

a.logo:hover {
    text-decoration: none;
}

.navbar .logo {
    height: 75px;
    line-height: 75px;
    margin-right: 30px;
    float: left;
}

.navbar-logo, .navbar-logo-m {
    font-size: 16px;
}

.navbar-slogan {
    font-size: 12px;
    cursor: default;
}

.navbar .container {
    position: relative;
}

.navbar-userbar {
    position: absolute;
    top: 0px;
    right: 15px;
}

.navbar .container .navbar-userbar {
    right: 0px;
}

/*导航*/
@media (min-width: 767px) {
    .nav {
        z-index: 1;
        overflow: hidden;
        height: 75px;
        padding-top: 5px;
    }

        .nav > ul {
            font-size: 0;
            line-height: 0;
        }

            .nav > ul > li {
                position: inherit;
                padding: 0 5px;
            }

                .nav > ul > li, .nav > ul > li > a {
                    display: inline-block;
                    height: 70px;
                    line-height: 70px;
                    text-align: center;
                    font-size: 16px;
                }

                    .nav > ul > li > a {
                        padding: 0 10px;
                    }

                        .nav > ul > li > a:hover, .nav > ul > li.current > a {
                            color: #17787E;
                            border-bottom: solid 3px #FFF;
                            /*border-bottom: solid 3px #17787E;*/
                        }
}

@media (max-width: 767px) {
    .navbar .logo {
        margin-right: 0;
        margin-left: -10px;
        height: 70px;
        line-height: 70px !important;
    }

    .navbar-nav {
        display: none;
        margin: 0 -15px;
        position: absolute;
        top: 70px;
        width: 100%;
    }

        .navbar-nav > ul {
            width: 100%;
            background-color: #17787E;
        }

            .navbar-nav > ul > li {
                width: 100%;
                text-align: center;
                padding: 0;
                border-bottom: solid 1px #3C6DB5;
            }

                .navbar-nav > ul > li > a {
                    text-align: center;
                    color: #fff;
                }

    .nav-toggle:hover, a.nav-toggle:hover {
        text-decoration: none;
        color: #fff;
    }

    .nav-toggle, a.nav-toggle {
        position: absolute;
        top: 15px;
        right: 5px;
        font-size: 20px;
        color: #999;
        padding: 6px 11px;
        background-color: #17787E;
        color: #fff;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .nav-tel:hover, a.nav-tel:hover {
        text-decoration: none;
        color: #fff;
    }

    .nav-tel, a.nav-tel {
        position: absolute;
        top: 15px;
        right: 52px;
        font-size: 20px;
        color: #999;
        padding: 6px 11px;
        background-color: #6EB95C;
        color: #fff;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }
}

.banner-mobile {
    margin-top: 100px;
}


.slider {
    margin-top: 100px;
    width: 100%;
     height: 770px;
    overflow: hidden;
}

    .slider .bd li {
       height: 770px;
    }

    .slider .prev {
        z-index: 10;
        position: absolute;
        filter: alpha(opacity=50);
        margin-top: -30px;
        width: 40px;
        background: url(../images/slider-arrow.png) no-repeat -125px 50%;
        height: 60px;
        top: 50%;
        cursor: pointer;
        left: 15%;
        opacity: .5;
    }

    .slider .next {
        z-index: 10;
        position: absolute;
        filter: alpha(opacity=50);
        margin-top: -30px;
        width: 40px;
        background: url(../images/slider-arrow.png) no-repeat -5px 50%;
        height: 60px;
        top: 50%;
        cursor: pointer;
        right: 15%;
        opacity: .5;
    }

    .slider .hd {
        bottom: 25px;
    }

        .slider .hd li.active {
            background-color: #17787E;
        }

.dots li {
    width: 30px;
    height: 5px;
    border-radius: 20%;
}

/*滚动*/
.rollpic {
    margin: 0 auto;
    max-height: 190px;
    overflow: hidden;
}

    .rollpic .prev, .rollpic .next {
        margin-top: 50px;
    }

.rollpic-pc {
    margin: 0 auto;
    width: 1216px;
}

.rollpic-m {
    margin: 0 auto;
    width: 366px;
}

.rollpc {
    width: 1120px;
}

.rollmobile {
    width: 280px;
}

.rollpicshow {
    float: left;
    border: 0;
    width: 280px;
}

    .rollpicshow li {
        padding: 10px;
    }

    .rollpicshow li {
        width: 120px;
        height: 160px;
    }

        .rollpicshow li img {
            width: 120px;
            height: 120px;
        }


/*公司简介*/
.about-list-index .stitem {
    min-height: 160px;
}

.about-list-index .item {
    text-align: center;
    border-radius: 20%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

    .about-list-index .item h3 {
        padding: 10px 0;
        font-size: 30px;
    }

    .about-list-index .item i {
        font-size: 50px;
        text-align: center;
        line-height: 80px;
    }

.about-list-index .itemlabel {
    padding-top: 10px;
    line-height: 35px;
    text-align: center;
}

.about-list-index {
    padding: 20px 0;
    text-align: center;
}

.about-content {
    line-height: 28px;
    font-size: 16px;
}


/*解决方案*/
.solution-list-index .stitem {
    min-height: 160px;
    text-overflow: clip;
    margin-top: 15px;
    margin-bottom: 15px;
}

.solution-list-index .item {
    text-align: center;
    margin: 0 auto;
    position: relative;
}

    .solution-list-index .item img {
        width: 100%;
        height: 180px;
    }

.solution-list-index .itemlabel {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    height: 30px;
    line-height: 30px;
    background-color: #17787E;
    opacity: 0.8;
    color: #fff;
}

    .solution-list-index .itemlabel .caption {
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        display: block;
        background-color: #17787E;
        color: #fff;
    }

    .solution-list-index .itemlabel .remark {
        font-size: 14px;
        padding: 0 10px;
        display: none;
    }


.solution-list-index {
    padding: 20px 0;
    text-align: center;
}

.solution-content {
    line-height: 26px;
    font-size: 16px;
}



.c-goba-1 {
    border: 1px solid #02D09C;
    background-color: #02D09C;
    color: #fff;
}

.c-goba-2 {
    border: 1px solid #F5C816;
    background-color: #F5C816;
    color: #fff;
}

.c-goba-3 {
    border: 1px solid #FF7404;
    background-color: #FF7404;
    color: #fff;
}

.c-goba-4 {
    border: 1px solid #5eb95e;
    background-color: #5eb95e;
    color: #fff;
}

.c-goba-5 {
    border: 1px solid #17787E;
    background-color: #17787E;
    color: #fff;
}

@media (max-width: 767px) {
    .about-list-index .stitem {
        min-height: 130px;
    }

    .about-list-index .item {
        text-align: center;
        border-radius: 20%;
        margin: 0 auto;
    }
}

/*成功案例*/
.bg-case {
    background-color: #f8f8f8;
    background-image: linear-gradient(-54deg, #f8f8f8 0%, #fff 100%);
}

.case-list-index {
}

    .case-list-index .caption {
        background-color: #17787E;
        color: #fff;
        font-size: 18px;
        line-height: 40px;
        text-align: center;
    }

    .case-list-index li {
        font-size: 16px;
        color: #666;
        line-height: 40px;
        padding: 0 10px;
    }


        .case-list-index li a {
            font-size: 16px;
            color: #666;
        }


.b-r-line {
    border-right: 1px solid #ddd;
}

    .b-r-line:nth-child(2n) {
        /*偶数行*/
        border-right: none;
    }

.case-list-index .more {
    margin-bottom: 10px;
}

.case-list-index .u2list li {
    margin-left: 0px;
}

@media (max-width: 767px) {
    .b-r-line {
        border-right: none;
    }
}


/*服务流程*/
.service_bg {
    width: 100%;
    height: 400px;
    background: url(../images/bgxiangmu.jpg) center center no-repeat;
    padding-top: 60px;
    box-sizing: border-box;
    color: white;
}

.service-list-index .flitem {
    width: 14.28%;
    float: left;
}

.service-list-index .item {
    text-align: center;
    padding: 5px;
}

    .service-list-index .item i {
        font-size: 60px;
        line-height: 80px;
        color: #FFF;
    }

@media (max-width: 767px) {
    .service_bg {
        width: 100%;
        height: auto;
        background: url(../images/bgxiangmu.jpg) center center no-repeat;
        box-sizing: border-box;
        color: white;
        padding-bottom: 50px;
    }

    .service-list-index .item {
        text-align: center;
        padding: 0;
        margin: 0 -10px;
    }

        .service-list-index .item i {
            font-size: 30px;
            line-height: 40px;
            color: #FFF;
        }


        .service-list-index .item span {
            font-size: 12px;
            line-height: 20px;
            color: #FFF;
        }
}


/*合作名企*/
.partner-list-index .item {
    text-align: center;
    padding: 5px;
    margin-top: 30px;
}

    .partner-list-index .item img {
        width: 100%;
        max-width: 160px;
        max-height: 68px;
    }

    .partner-list-index .item h3 {
        padding: 10px 0;
        font-size: 30px;
    }

    .partner-list-index .item a {
        text-decoration: none;
    }

        .partner-list-index .item a:hover {
            text-decoration: none;
        }

.partner-list-index {
}

/*服务网络*/
.citylist li {
    margin-bottom: 10px;
    font-size: 14px;
}

.btn-city {
    color: #fff;
    background-color: #17787E;
    border-color: #5a98de;
}

/*产品中心*/
.product-list-index .item {
    text-align: center;
    padding: 5px;
    margin-top: 20px;
    font-size: 16px;
}

    .product-list-index .item .item-img {
        width: 100%;
        border: solid 1px #ddd;
    }

    .product-list-index .item img {
        width: 100%;
    }

    .product-list-index .item h3 {
        padding: 10px 0;
        font-size: 30px;
    }

    .product-list-index .item a {
        text-decoration: none;
    }

        .product-list-index .item a:hover {
            text-decoration: none;
        }

    .product-list-index .item .item-caption {
        text-align: center;
        font-weight: bold;
        font-size: 16px;
    }

    .product-list-index .item .item-shortdesc {
        font-size: 14px;
        color: #666;
        height: 60px;
        line-height: 25px;
    }




@media (max-width: 767px) {
    .product-list-index h1 {
        font-size: 30px;
        margin: 40px 0 20px;
    }

    .product-list-index .item h3 {
        font-size: 22px;
    }

    .product-list-index .item {
        float: none;
        width: auto;
        margin-left: -10px;
        margin-right: -10px;
    }

    .honourtitle {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .product-list-index .item {
    }
}

/*资讯*/


.news-list-index .item {
    text-align: center;
    border: solid 1px #eee;
    margin-top: 30px;
}

.news-list-index .itemhead {
    height: 200px;
    position: relative;
    border-radius: 8px;
}

    .news-list-index .itemhead img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }

    .news-list-index .itemhead .caption {
        position: absolute;
        bottom: 0;
        left: 0;
        line-height: 200px;
        width: 100%;
        padding: 0 40px;
        font-size: 16px;
        color: #fff;
    }

        .news-list-index .itemhead .caption .name {
            float: left;
            font-size: 20px;
        }

        .news-list-index .itemhead .caption .more {
            font-size: 12px;
        }

            .news-list-index .itemhead .caption .more a {
                text-decoration: none;
                color: #fff;
            }




.news-list-index .item ul {
    background-color: #fff;
    padding: 24px 0;
}

    .news-list-index .item ul > li {
        text-align: left;
        line-height: 30px;
        font-size: 16px;
    }

        .news-list-index .item ul > li a {
            display: inline-block;
            font-size: 16px;
            width: 290px;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .news-list-index .item ul > li span {
            float: right;
            color: #666;
            text-align: right;
            font-size: 16px;
        }




.news-list-index .item a {
    text-decoration: none;
}

    .news-list-index .item a:hover {
        text-decoration: none;
    }



.righter {
    position: fixed;
    bottom: 30%;
    right: 2px;
    margin-top: 20px;
    z-index: 10;
}

    .righter li {
        position: relative;
        cursor: pointer;
        width: 60px;
        height: 60px;
        text-align: center;
        color: #fff;
        background-color: #666;
        margin-bottom: 2px;
        padding-bottom: 5px;
    }

        .righter li:hover {
            color: #fff;
            background-color: #17787E;
        }



    .righter .csonline {
        background-color: #17787E;
        color: #fff;
    }


    .righter .qqonline {
        color: #fff;
        background-color: #17787E;
    }

    .righter .telback {
        background-color: #3bb4f2;
        color: #fff;
    }

    .righter .weixin {
        background-color: #3DCD4D;
        color: #fff;
    }

    .righter .backtop {
        background-color: #666;
        color: #fff;
    }


    .righter .righter_sub {
        display: none;
        position: absolute;
        top: 0;
        right: 70px;
        background-color: #fff;
        border: 1px solid #ddd;
    }

    .righter .web_call {
        width: 220px;
        color: #000;
        padding: 10px;
    }

    .righter .web_call_input {
        border: 1px solid #0092DF;
        width: 120px;
        height: 26px;
        padding-left: 5px;
    }

    .righter .web_call_btn {
        display: inline;
        color: #fff;
        background-color: #17787E;
        line-height: 26px;
        padding: 5px;
    }


.bottomer {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background-color: #666;
    padding: 5px 0;
    opacity: 0.9;
    filter: alpha(opacity=40);
}

    .bottomer .item {
        text-align: center;
        color: #fff;
    }

        .bottomer .item i {
            line-height: 18px;
            font-size: 18px;
        }

        .bottomer .item span {
            font-size: 12px;
            line-height: 14px;
        }

        .bottomer .item:hover {
            color: #fff;
        }


    .bottomer .web_call {
        width: 100%;
        color: #F5C816;
        text-align: center;
        display: none;
        padding: 10px 0;
        font-size: 12px;
    }

    .bottomer .web_call_input {
        border: 1px solid #0092DF;
        width: 140px;
        height: 26px;
        padding-left: 5px;
    }

    .bottomer .web_call_btn {
        display: inline;
        color: #fff;
        background-color: #17787E;
        line-height: 26px;
        padding: 5px;
    }


.bg1 {
    background: url('../images/bg1.jpg') no-repeat #fff center center;
    color: #fff;
}

.bg2 {
    background: url('../images/bg2.jpg') #E1E1E1 top center;
    color: #ff6a00;
}

.bg3 {
    background-color: #fff;
}

.link-list {
    margin: 0;
    padding: 0;
}

    .link-list li {
        float: left;
        font-size: 14px;
        color: #333;
        margin-right: 15px;
        line-height: 25px;
        margin-top: 12px;
    }


.footer {
    padding: 50px 0;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    background-color: #17787E;
}

    .footer a, .footer a:hover {
        color: #fff;
    }

.banner {
    width: 100%;
    margin-top: 100px;
    height: 390px;
}


/* 重写选项卡 */
.fgtab {
}

.tabBar {
    height: 36px;
    margin: 0;
    padding: 0;
    border-bottom: #e4e4e4 1px solid;
    margin-bottom: -1px;
}

    .tabBar span {
        display: inline-block;
        cursor: pointer;
        padding: 0 20px;
        margin: 0 5px 0 0px;
        text-align: center;
        font-size: 14px;
        color: #666;
        height: 35px;
        line-height: 35px;
        background-color: transparent;
        position: relative;
        border: 1px solid #e4e4e4;
    }

        .tabBar span.current {
            background-color: #fff;
            border-style: solid;
            border-width: 1px;
            color: #17787E;
            height: 34px;
            line-height: 34px;
            font-weight: bold;
            border-top: 2px solid #17787E;
            border-color: #17787E #e4e4e4 #fff #e4e4e4;
        }

.tabCon {
    display: none;
    padding: 10px;
    font-size: 14px;
}


.snav {
    display: none;
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 106px;
    left: 0px;
    border-top: #ddd solid 1px;
    padding-bottom: 20px;
}

.snavitem {
    margin: 0 auto;
    width: 1270px;
    text-align: left;
}

    .snavitem ul {
        list-style-type: none;
        padding: 20px 0;
    }

        .snavitem ul li {
            float: left;
            width: 140px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border: 1px solid #DADADA;
            margin-right: 25px;
        }

            .snavitem ul li a {
                display: block;
            }

                .snavitem ul li:hover, .snavitem ul li a:hover {
                    background-color: #17787E;
                    text-decoration: none;
                    color: #fff;
                }

.snavcaption {
    display: block;
    width: 97%;
    height: 30px;
    line-height: 30px;
    border-left: 4px solid #17787E;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    padding-left: 3%;
    margin-top: 35px;
    margin-bottom: 10px;
}

.fullscreen {
    background-color: #808080;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0px;
    z-index: 10;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    display: none;
}


.btn-hotline {
    color: #fff;
   background-color: #17787E;
    border-color: #17787E;
}